Skip to main content

Week 1

July 03, 2023

Task list:

  • CCTV
    • Test the converted processing steps in MSI machine using the test dataset I have
      • Use rclone to move the files from local to Drive and then to MSI.
      • Decided to use shell scripts to run the modules.
    • Work and clean the rest of the notebooks to make it modular and work with SQLite DB.
      • Old and not currently used notebooks should be flagged (by adding a tag in the name itself?) and should not be modified.
      • Notebooks that are essential for processing should be modified, tested on the test dataset and pushed into production.
    • Make the streamlit apps in cctv-apps repo compatible with the SQliteDB.
      • The App_DB for streamlit app and Video_DB used in CCTV Pipeline should be maintained separately.
      • The streamlit apps should be refactored to use the necessary information from Video_DB.
      • CCTV Pipeline notebooks should be refactored to read from App_DB for distance region information and condition code annotation style classification results.